func runtime.suspendG

3 uses

	runtime (current package)
		mgcmark.go#L230: 			stopped := suspendG(gp)
		preempt.go#L105: func suspendG(gp *g) suspendGState {
		trace.go#L389: 			s := suspendG(gp)